var math/big.intOne
19 uses
math/big (current package)
int.go#L38: var intOne = &Int{false, natOne}
int.go#L261: z.Set(intOne)
int.go#L264: i.Add(&i, intOne)
int.go#L314: z.Add(z, intOne)
int.go#L316: z.Sub(z, intOne)
int.go#L364: z.Add(z, intOne)
int.go#L367: z.Sub(z, intOne)
int.go#L904: if d.Cmp(intOne) != 0 {
int.go#L947: if b.Cmp(intOne) == 0 {
int.go#L987: e := new(Int).Add(p, intOne) // e = p + 1
int.go#L1011: beta.Sub(beta, intOne)
int.go#L1024: s.Sub(p, intOne)
int.go#L1032: n.Add(&n, intOne)
int.go#L1040: y.Add(&s, intOne)
int.go#L1050: for t.Cmp(intOne) != 0 {
intconv.go#L53: var _ fmt.Formatter = intOne // *Int must implement fmt.Formatter
intconv.go#L231: var _ fmt.Scanner = intOne // *Int must implement fmt.Scanner
rat.go#L64: z.b.Set(intOne)
rat.go#L449: if f := NewInt(0).lehmerGCD(nil, nil, &z.a, &z.b); f.Cmp(intOne) != 0 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |